ComponentOne PDF for .NET
DrawPath(Pen,PointF[],Byte[],Boolean) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > DrawPath Method : DrawPath(Pen,PointF[],Byte[],Boolean) Method
The System.Drawing.Pen used to stroke the specified path.
The path points to draw.
The path types to draw.
Whether is closed path (figure) or not.
Draws a path defined by points and types.
Syntax
'Declaration
 
Public Overloads Sub DrawPath( _
   ByVal pen As System.Drawing.Pen, _
   ByVal points() As System.Drawing.PointF, _
   ByVal types() As System.Byte, _
   ByVal close As System.Boolean _
) 
public void DrawPath( 
   System.Drawing.Pen pen,
   System.Drawing.PointF[] points,
   System.byte[] types,
   System.bool close
)

Parameters

pen
The System.Drawing.Pen used to stroke the specified path.
points
The path points to draw.
types
The path types to draw.
close
Whether is closed path (figure) or not.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List